home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / Resound / ReverseModule.h < prev    next >
Text File  |  1992-12-20  |  123b  |  13 lines

  1.  
  2. /* A simple sound-reversing module */
  3.  
  4. #import "Module.h"
  5.  
  6. @interface ReverseModule:Module
  7. {
  8. }
  9.  
  10. - ReverseIt:sender;
  11.  
  12. @end
  13.